home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
p
/
pcqpascalv1.2d.lha
/
Scripts
/
EMACS-ShowError
< prev
next >
Wrap
AmigaDOS Script File
|
1991-09-02
|
451b
|
18 lines
.key source,dest,error
; This file is the PCQ error handler for Daniel Lawrence's
; MicroEmacs (it will not work with Commodore's MEMACS).
; To use this handler, include the following line in
; your PCQ.CFG file:
;
; CompilerError EMACS-ShowError \s \d \e
;
; Then attach the file EMACS.errors to the end of your EMACS.RC
; file (the MicroEMACS configuration file).
copy <error> T:EMACS-Error
EMACS
delete <dest>
delete <error>
delete T:EMACS-Error